Make gtk_test_init work without assertions
authorMatthias Clasen <mclasen@redhat.com>
Tue, 13 Apr 2021 00:57:02 +0000 (20:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 13 Apr 2021 01:22:46 +0000 (21:22 -0400)
commit13ece4ee9bd5caf1c32d7b225c1dabae04735050
treec72e6f11a038f64dd78ed03f807a789e08c412c1
parent6e40f4f357121617ea243977dc22c0bb46235820
Make gtk_test_init work without assertions

The g_test_init macro 'helpfully' refuses to work when
assertions are disabled. So we just use the function.
gtk/gtktestutils.c